home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
AudioApps
/
Resound
/
UpdateSoundView.m
< prev
Wrap
Text File
|
1992-12-20
|
458b
|
27 lines
/* Generated by Interface Builder */
#import "UpdateSoundView.h"
#import "Imports.h"
@implementation UpdateSoundView
- drawSelf:(const NXRect *)rects :(int)rectCount
{
[super drawSelf: rects: rectCount];
if (continuousUpdate) [theEditController ChangeView:self];
return self;
}
- HeresTheEditController:anEditController: (BOOL) andTheUpdateChoice;
{
theEditController=anEditController;
continuousUpdate=andTheUpdateChoice;
return self;
}
@end